home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE07 / INTERNAL / TESTFORM.DFM / TESTFORM.txt
Encoding:
Text File  |  1996-01-28  |  5.5 KB  |  236 lines

  1. object Form1: TForm1
  2.   Left = 305
  3.   Top = 184
  4.   BorderStyle = bsDialog
  5.   Caption = 'Testbed Program for DOSInfo Unit'
  6.   ClientHeight = 147
  7.   ClientWidth = 474
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnKeyPress = FormKeyPress
  17.   TextHeight = 15
  18.   object TabSet1: TTabSet
  19.     Left = 0
  20.     Top = 126
  21.     Width = 474
  22.     Height = 21
  23.     Align = alBottom
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     OnChange = TabSet1Change
  29.   end
  30.   object Notebook1: TNotebook
  31.     Left = 0
  32.     Top = 0
  33.     Width = 474
  34.     Height = 126
  35.     Align = alClient
  36.     PageIndex = 2
  37.     TabOrder = 1
  38.     object TPage
  39.       Left = 0
  40.       Top = 0
  41.       Caption = 'Floppies'
  42.       object GroupBox1: TGroupBox
  43.         Left = 10
  44.         Top = 10
  45.         Width = 447
  46.         Height = 101
  47.         Caption = ' Floppy Disk Info Test  '
  48.         Font.Color = clBlack
  49.         Font.Height = -12
  50.         Font.Name = 'Arial'
  51.         Font.Style = [fsBold]
  52.         ParentFont = False
  53.         TabOrder = 0
  54.         object Label1: TLabel
  55.           Left = 13
  56.           Top = 24
  57.           Width = 171
  58.           Height = 15
  59.           Caption = 'Number of Floppy Disk Drives: '
  60.           Font.Color = clBlack
  61.           Font.Height = -12
  62.           Font.Name = 'Arial'
  63.           Font.Style = [fsBold]
  64.           ParentFont = False
  65.         end
  66.         object Label2: TLabel
  67.           Left = 13
  68.           Top = 48
  69.           Width = 140
  70.           Height = 15
  71.           Caption = 'First Floppy Disk Drive is:'
  72.           Font.Color = clBlack
  73.           Font.Height = -12
  74.           Font.Name = 'Arial'
  75.           Font.Style = [fsBold]
  76.           ParentFont = False
  77.         end
  78.         object Label3: TLabel
  79.           Left = 13
  80.           Top = 72
  81.           Width = 158
  82.           Height = 15
  83.           Caption = 'Second Floppy Disk Drive is:'
  84.           Font.Color = clBlack
  85.           Font.Height = -12
  86.           Font.Name = 'Arial'
  87.           Font.Style = [fsBold]
  88.           ParentFont = False
  89.         end
  90.         object FlopTypeB: TLabel
  91.           Left = 189
  92.           Top = 72
  93.           Width = 58
  94.           Height = 15
  95.           Caption = 'FlopTypeB'
  96.           Font.Color = clBlack
  97.           Font.Height = -12
  98.           Font.Name = 'Arial'
  99.           Font.Style = []
  100.           ParentFont = False
  101.         end
  102.         object FlopTypeA: TLabel
  103.           Left = 189
  104.           Top = 48
  105.           Width = 57
  106.           Height = 15
  107.           Caption = 'FlopTypeA'
  108.           Font.Color = clBlack
  109.           Font.Height = -12
  110.           Font.Name = 'Arial'
  111.           Font.Style = []
  112.           ParentFont = False
  113.         end
  114.         object FlopCount: TLabel
  115.           Left = 189
  116.           Top = 24
  117.           Width = 57
  118.           Height = 15
  119.           Caption = 'FlopCount'
  120.           Font.Color = clBlack
  121.           Font.Height = -12
  122.           Font.Name = 'Arial'
  123.           Font.Style = []
  124.           ParentFont = False
  125.         end
  126.       end
  127.     end
  128.     object TPage
  129.       Left = 0
  130.       Top = 0
  131.       Caption = 'Volume Labels'
  132.       object GroupBox2: TGroupBox
  133.         Left = 10
  134.         Top = 10
  135.         Width = 447
  136.         Height = 99
  137.         Caption = ' Volume Label Test '
  138.         Font.Color = clBlack
  139.         Font.Height = -12
  140.         Font.Name = 'Arial'
  141.         Font.Style = [fsBold]
  142.         ParentFont = False
  143.         TabOrder = 0
  144.         object Label4: TLabel
  145.           Left = 13
  146.           Top = 28
  147.           Width = 78
  148.           Height = 15
  149.           Caption = 'Current Drive:'
  150.         end
  151.         object Label5: TLabel
  152.           Left = 13
  153.           Top = 62
  154.           Width = 80
  155.           Height = 15
  156.           Caption = 'Volume Label:'
  157.         end
  158.         object DriveList: TComboBox
  159.           Left = 108
  160.           Top = 27
  161.           Width = 84
  162.           Height = 22
  163.           Style = csDropDownList
  164.           ItemHeight = 15
  165.           TabOrder = 0
  166.           OnChange = DriveListChange
  167.         end
  168.         object TheLabel: TEdit
  169.           Left = 108
  170.           Top = 60
  171.           Width = 121
  172.           Height = 22
  173.           CharCase = ecUpperCase
  174.           MaxLength = 11
  175.           TabOrder = 1
  176.           Text = 'THELABEL'
  177.         end
  178.       end
  179.     end
  180.     object TPage
  181.       Left = 0
  182.       Top = 0
  183.       Caption = 'Serial Numbers'
  184.       object GroupBox3: TGroupBox
  185.         Left = 10
  186.         Top = 10
  187.         Width = 447
  188.         Height = 99
  189.         Caption = ' Serial Number Test '
  190.         Font.Color = clBlack
  191.         Font.Height = -12
  192.         Font.Name = 'Arial'
  193.         Font.Style = [fsBold]
  194.         ParentFont = False
  195.         TabOrder = 0
  196.         object Label6: TLabel
  197.           Left = 13
  198.           Top = 28
  199.           Width = 78
  200.           Height = 15
  201.           Caption = 'Current Drive:'
  202.         end
  203.         object Label7: TLabel
  204.           Left = 13
  205.           Top = 62
  206.           Width = 84
  207.           Height = 15
  208.           Caption = 'Serial Number:'
  209.         end
  210.         object TheSerialNum: TLabel
  211.           Left = 108
  212.           Top = 62
  213.           Width = 80
  214.           Height = 15
  215.           Caption = 'TheSerialNum'
  216.           Font.Color = clBlack
  217.           Font.Height = -12
  218.           Font.Name = 'Arial'
  219.           Font.Style = []
  220.           ParentFont = False
  221.         end
  222.         object DriveList2: TComboBox
  223.           Left = 108
  224.           Top = 27
  225.           Width = 84
  226.           Height = 22
  227.           Style = csDropDownList
  228.           ItemHeight = 15
  229.           TabOrder = 0
  230.           OnChange = DriveList2Change
  231.         end
  232.       end
  233.     end
  234.   end
  235. end
  236.